home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flyinf.dir / 00032_p.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  450 b   |  16 lines

  1. on mouseDown
  2.   global gMovNo
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   set the controller of cast gMovNo to 0
  7.   set the castNum of sprite 10 to cast getAt(FlyList, 5)
  8.   set LtxtNo to the number of cast getAt(FlyList, 6)
  9.   set the video of cast gMovNo to 0
  10.   set the castNum of sprite 14 to 42
  11.   set the castNum of sprite 11 to LtxtNo
  12.   set the castNum of sprite 8 to 23
  13.   set the castNum of sprite 7 to 22
  14.   set the castNum of sprite 6 to 21
  15. end
  16.